Documents for PDF, .NET Edition Documentation
Add Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : Add Method
The struct to be added to the end of the StructList<T>.
Adds a struct to the end of the StructList<T>.
Syntax
'Declaration
 
Public Sub Add( _
   ByRef item As T _
) 
public void Add( 
   ref T item
)

Parameters

item
The struct to be added to the end of the StructList<T>.
See Also

Reference

StructList<T> Class
StructList<T> Members